Lines Matching refs:text
67 def processkhash(T, t, KeyType, ValType, text): argument
70 …return re.sub('<ValType>',ValType,re.sub('<KeyType>',KeyType,re.sub('<t>',t,re.sub('<T>',T,text))))
74 text = ''
77 text = mklines.read()
79 khash.write(processkhash('I','i','PetscInt','',text))
80 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','',text))
81 khash.write(processkhash('I','i','PetscInt','PetscInt',text))
82 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscInt',text))
83 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscScalar',text))
84 khash.write(processkhash('IV','iv','PetscInt','PetscScalar',text))
85 khash.write(processkhash('Obj','obj','PetscInt64','PetscObject',text))