HomeSort by: relevance | last modified time | path
    Searched defs:PS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/m68k/include/
reg.h 87 #define PS (16)
  /src/usr.bin/sed/
process.c 71 static SPACE HS, PS, SS, YS;
72 #define pd PS.deleted
73 #define ps PS.space macro
74 #define psl PS.len
75 #define psanl PS.append_newline
99 fwrite(ps, 1, psl, outfile); \
114 for (linenum = 0; mf_fgets(&PS, REPLACE);) {
154 (p = memchr(ps, '\n', psl - 1)) == NULL) {
158 psl -= (size_t)((p + 1) - ps);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 504 auto PS = F(OldSize);
506 DCHECK_GE(PS, CS);
507 auto SegmentsToTrim = PS - CS;
  /src/libexec/getty/
gettytab.h 161 #define PS gettyflags[16].value
  /src/usr.bin/deroff/
deroff.c 216 static int PS(pacmac);
1115 PS(pacmac unused)
1121 if (c == '<') { /* ".PS < file" -- don't expect a .PE */
1649 M(NONE, 'P','S', PS), /* picture starting */

Completed in 130 milliseconds