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

/ast/src/cmd/html/
H A Dmm2bb.sh253 function space function
279 space
825 space
827 space
1001 space
1003 space
1251 space
1314 else space
1541 .sp|.SP)space
H A Dmm2twiki.sh243 function space function
269 space
751 *) space
757 space
909 space
911 space
1132 space
1180 space
1384 .sp|.SP)space
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c367 Vcchar_t *dt, *output, *space; local
397 if(!(output = space = vcbuffer(vc, NIL(Vcchar_t*), outsz+128, hd)) )
445 if(space != output) /* free space if unused */
446 vcbuffer(vc, space, -1, -1);
/ast/src/lib/libcmd/
H A Dcut.c99 unsigned char space[UCHAR_MAX+1]; member in struct:Cut_s
141 error(ERROR_exit(1), "out of space");
144 memset(cut->space, 0, sizeof(cut->space) / 2);
145 memset(cut->space + sizeof(cut->space) / 2, SP_WIDE, sizeof(cut->space) / 2);
148 memset(cut->space, 0, sizeof(cut->space));
151 cut->space[wdeli
[all...]
/ast/src/lib/libast/include/
H A Dcdt.h162 ssize_t space; /* memory usage of data structure */ member in struct:_dtstat_s
/ast/src/cmd/std/
H A Dps.c46 " arguments accept either space or comma separators.]"
72 " space or non-printing characters. If \awidth\a is omitted then the"
519 static const char space[] = " "; variable
582 error(ERROR_SYSTEM|3, "out of space");
596 error(ERROR_SYSTEM|3, "out of space");
669 error(ERROR_SYSTEM|3, "out of space");
802 error(ERROR_SYSTEM|3, "out of space");
990 error(ERROR_SYSTEM|3, "out of space");
1237 error(ERROR_SYSTEM|3, "out of space");
1274 error(ERROR_SYSTEM|3, "out of space");
[all...]

Completed in 16 milliseconds