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
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
72 public static final char SPACE = /* NOI18N */ ' '; field in Util
70 private static final char SPACE = /* NOI18N */ ' '; field in ListParser
61 #define SPACE ' ' macro
1424 #define SPACE(cmd, cnt) ((cnt < 0) ? (SP_BACKSP | (-(cnt)) | cmd) : (cmd | cnt)) macro