| /src/sys/sys/ |
| rndsource.h | 79 void *getarg; /* argument to get-function */ member in struct:krndsource
|
| rndsource.h | 79 void *getarg; /* argument to get-function */ member in struct:krndsource
|
| /src/external/historical/nawk/dist/ |
| main.c | 128 getarg(int *argc, char ***argv, const char *msg) function 199 fn = getarg(&argc, &argv, "no program filename"); 209 fs = setfs(getarg(&argc, &argv, "no field separator")); 212 vn = getarg(&argc, &argv, "no variable name");
|
| main.c | 128 getarg(int *argc, char ***argv, const char *msg) function 199 fn = getarg(&argc, &argv, "no program filename"); 209 fs = setfs(getarg(&argc, &argv, "no field separator")); 212 vn = getarg(&argc, &argv, "no variable name");
|
| /src/games/backgammon/common_source/ |
| subs.c | 296 getarg(struct move *mm, char ***arg) function
|
| subs.c | 296 getarg(struct move *mm, char ***arg) function
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getarg.c | 1 /* $NetBSD: getarg.c,v 1.6 2023/06/19 21:41:45 christos Exp $ */ 42 #include <getarg.h> 547 getarg(struct getargs *args, size_t num_args, function 600 while (getarg(args, 5, argc, argv, &goptind))
|
| getarg.c | 1 /* $NetBSD: getarg.c,v 1.6 2023/06/19 21:41:45 christos Exp $ */ 42 #include <getarg.h> 547 getarg(struct getargs *args, size_t num_args, function 600 while (getarg(args, 5, argc, argv, &goptind))
|
| /src/external/mit/lua/dist/src/ |
| lopcodes.h | 123 #define getarg(i,pos,size) (cast_int(((i)>>(pos)) & MASK1(size,0))) macro 127 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) 130 #define GETARG_B(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B)) 134 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C)) 139 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) 142 #define GETARG_Bx(i) check_exp(checkopm(i, iABx), getarg(i, POS_Bx, SIZE_Bx)) 145 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) 149 check_exp(checkopm(i, iAsBx), getarg(i, POS_Bx, SIZE_Bx) - OFFSET_sBx) 153 check_exp(checkopm(i, isJ), getarg(i, POS_sJ, SIZE_sJ) - OFFSET_sJ)
|
| lopcodes.h | 123 #define getarg(i,pos,size) (cast_int(((i)>>(pos)) & MASK1(size,0))) macro 127 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) 130 #define GETARG_B(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B)) 134 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C)) 139 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) 142 #define GETARG_Bx(i) check_exp(checkopm(i, iABx), getarg(i, POS_Bx, SIZE_Bx)) 145 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) 149 check_exp(checkopm(i, iAsBx), getarg(i, POS_Bx, SIZE_Bx) - OFFSET_sBx) 153 check_exp(checkopm(i, isJ), getarg(i, POS_sJ, SIZE_sJ) - OFFSET_sJ)
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc.c | 87 static int getarg (char *, int, arg_v *); 1219 rval = getarg(tokens[i+ti], (int)xcmd->arg[i], &pcmd.argval[i]); 1234 rval = getarg(tokens[i+ti], (int)(OPT|NTP_STR), &pcmd.argval[i]); 1389 * getarg - interpret an argument token 1399 getarg( function
|
| ntpdc.c | 87 static int getarg (char *, int, arg_v *); 1219 rval = getarg(tokens[i+ti], (int)xcmd->arg[i], &pcmd.argval[i]); 1234 rval = getarg(tokens[i+ti], (int)(OPT|NTP_STR), &pcmd.argval[i]); 1389 * getarg - interpret an argument token 1399 getarg( function
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 199 static int getarg (const char *, int, arg_v *); 1694 if (!getarg(tokens[i+1], (int)xcmd->arg[i], &pcmd.argval[i])) 1833 * getarg - interpret an argument token 1836 getarg( function
|
| ntpq.c | 199 static int getarg (const char *, int, arg_v *); 1694 if (!getarg(tokens[i+1], (int)xcmd->arg[i], &pcmd.argval[i])) 1833 * getarg - interpret an argument token 1836 getarg( function
|