Searched defs:SPACE (Results 1 – 15 of 15) sorted by relevance
38 #define SPACE ' ' macro
38 #define SPACE 5 macro
47 #define SPACE 100 /* number of symbols read at a time */ macro
35 typedef enum { SPACE, ASCII, ISCII } CONTEXT; enumerator
41 typedef enum { SPACE, ASCII, POSSIBLE_ISCII, ISCII } CONTEXT; enumerator
52 #define SPACE(s) (isspace(*s)&&(s+=1)||*s=='\\'&&(*(s+1)=='n'||*(s+1)=='t')&&(s+=2)) macro
57 #define SPACE ' ' macro
68 #define SPACE 100 /* number of symbols read at a time */ macro
52 final static char SPACE = ' '; field in SLPV1SSrvMsg
65 private final static char SPACE = ' '; field in Parser
58 static final char SPACE = ' '; field in ServiceLocationAttribute
148 } SPACE; typedef
58 #define SPACE ' ' macro
61 #define SPACE ' ' macro
1424 #define SPACE(cmd, cnt) ((cnt < 0) ? (SP_BACKSP | (-(cnt)) | cmd) : (cmd | cnt)) macro