Searched defs:Interp (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/include/
H A Dtksh.h22 typedef struct Interp { struct
207 } Interp; typedef in typeref:struct:Interp
210 * Flag bits for Interp structures:
272 #define Tksh_BeginBlock(interp, kind) do { int oldInterp = ((Interp *)interp)->interpType; ((Interp *)interp)->interpType = kind
273 #define Tksh_EndBlock(interp) ((Interp *)interp)->interpType = oldInterp; } while(0)

Completed in 12 milliseconds