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

  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 34 #define AT $at
  /src/sys/arch/mips/include/
regdef.h 44 #define AT $at /* assembler temporary */
  /src/usr.bin/at/
at.c 1 /* $NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $ */
4 * at.c : Put file into atrun queue
54 #include "at.h"
67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
72 static char rcsid[] = "$OpenBSD: at.c,v 1.15 1998/06/03 16:20:26 deraadt Exp $";
74 __RCSID("$NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $");
170 * This does most of the work if at or batch are invoked for
203 * Loop over all possible file names for running something at this
204 * particular time, see if a file is there; the first empty slot at
307 /* Write out the umask at the time of invocation *
    [all...]
  /src/usr.bin/tip/
tip.c 95 char *AT;
460 * called on recognition of ``escapec'' at the beginning of a line
  /src/lib/libc/regex/
engine.c 63 #define at sat macro
74 #define at lat macro
85 #define at mat macro
136 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
149 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
153 #define AT(t, p1, p2, s1, s2) /* nothing */
457 AT("diss", start, stop, startst, stopst);
668 AT("back", start, stop, startst, stopst);
778 AT("hard", sp, stop, ss, stopst)
1212 at( struct match *m, function in typeref:typename:void
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu7_fusion.h 93 uint16_t AT;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7_fusion.h 93 uint16_t AT;
trinityd.h 71 # define AT(x) ((x) << 0)
  /src/usr.bin/make/unit-tests/
varmod-select-words.mk 21 AT= @
29 mod-squarebrackets-0-star-at \
56 mod-squarebrackets-0-star-at:
175 @echo 'LIST:[$${AT}]="${LIST:[${AT}]}"'

Completed in 161 milliseconds