Home
last modified time | relevance | path

Searched refs:spaceval (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dio.c153 if (spaceval != NULL) in putout()
154 printf("\\x'0-%s'", spaceval); in putout()
164 if (spaceval == NULL && after > 0) in putout()
168 if (spaceval != NULL) { in putout()
169 free(spaceval); in putout()
170 spaceval = NULL; in putout()
H A Dlex.c244 char *spaceval = NULL; variable
252 spaceval = strsave(token); in space()
H A De.h76 extern char *spaceval; /* use in place of normal \x (for pic) */