HomeSort by: relevance | last modified time | path
    Searched refs:tried (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/tip/
acu.c 71 int volatile tried; local
74 tried = 0;
114 tried++;
148 tried++;
152 if (!tried) {
156 return (tried ? "call failed" : "missing phone number");
  /src/usr.bin/make/unit-tests/
depsrc.mk 23 : 'Undefined variables are tried to be expanded in a dependency'
25 : 'the expression is preserved and tried to be expanded later.'
varname-dot-curdir.mk 26 # tried to add the shell command ("echo /") to the .PATH instead of the
var-eval-short.mk 52 # the nested expression ${FAIL} and then tried to parse the unexpanded text,
66 # nested expression ${FAIL}, which is correct, and then tried to compile the
directive-undef.mk 25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
  /src/sys/arch/arm/marvell/
mvsocrtc.c 111 bool tried = false; local
132 if (rtcsec == 0 && !tried) {
133 tried = true;
  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 97 static int tried = 0; local
99 if (tried) {
103 tried = 1;
  /src/games/rogue/
monster.c 323 boolean tried[6]; local
396 for (i = 0; i <= 5; i++) tried[i] = 0;
402 if (!tried[n] && mtry(monster, row, monster->col-1)) {
407 if (!tried[n] && mtry(monster, row, monster->col)) {
412 if (!tried[n] && mtry(monster, row, monster->col+1)) {
417 if (!tried[n] && mtry(monster, monster->row-1, col)) {
422 if (!tried[n] && mtry(monster, monster->row, col)) {
427 if (!tried[n] && mtry(monster, monster->row+1, col)) {
432 if (!tried[n]) {
433 tried[n] = 1
    [all...]
  /src/lib/libedit/
read.c 282 int tried = (el->el_flags & FIXIO) == 0; local
301 if (!tried && read__fixio(el->el_infd, e) == 0) {
303 tried = 1;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 687 bool tried[MAX_PIPES]; local
696 tried[i] = false;
700 tried[i] = true;
708 if (!tried[i]) {
740 tried[next_index] = true;
  /src/usr.sbin/iostat/
iostat.c 940 int i, maxdrives, ndrives, tried; local
953 for (tried = ndrives = 0; *argv; ++argv) {
958 tried++;
976 if (ndrives == 0 && tried == 0) {
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 127 {You have tried to split an existing disk partition into two parts but

Completed in 35 milliseconds