HomeSort by: relevance | last modified time | path
    Searched refs:cont (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/ia64/stand/common/
strspn.c 60 cont:
64 goto cont;
  /src/tests/usr.bin/gdb/
t_regress.sh 42 cont
43 cont
44 cont
45 cont
46 cont
  /src/games/hangman/
getword.c 67 goto cont;
69 cont: ;
  /src/lib/libc/string/
strtok_r.c 67 cont:
71 goto cont;
wcstok.c 70 cont:
74 goto cont;
  /src/sys/arch/hpc/stand/libsa/
strtok.cpp 54 cont:
58 goto cont;
  /src/games/phantasia/
map.c 16 cont(-1400, 1000);
17 cont(600, 1000);
18 cont(600, -1000);
19 cont(-1400, -1000);
  /src/sys/arch/zaurus/dev/
ioexpvar.h 46 ioexp_set_backlight(int onoff, int cont)
ioexp.c 202 ioexp_set_backlight(int onoff, int cont)
216 if (cont)
236 if (cont && contreg) {
239 } else if (!cont && !contreg) {
lcdctl.c 49 int cont; /* BACKLIGHT_CONT signal */ member in struct:lcdctl_backlight
186 ioexp_set_backlight(bl->on, bl->cont);
188 scoop_set_backlight(bl->on, bl->cont);
scoop.c 170 scoop_set_backlight(int on, int cont)
175 backlight_cont_init = cont;
179 scoop_gpio_pin_write(sc, SCOOP1_BACKLIGHT_CONT, !cont);
182 scoop_gpio_pin_write(sc, SCOOP0_BACKLIGHT_CONT, cont);
  /src/usr.bin/vacation/
vacation.c 312 int tome, cont; local in function:readheaders
315 cont = tome = 0;
321 cont = 0;
329 cont = 0;
348 cont = 1;
353 cont = 1;
359 cont = 1;
363 cont = 0;
379 cont = 1;
382 cont = 0
    [all...]
  /src/sys/fs/cd9660/
iso_rrip.h 71 int cont; /* continuation of above */ member in struct:__anon02f4174b0108
cd9660_rrip.c 119 int len, wlen, cont; local in function:cd9660_rrip_slink
128 cont = ana->cont;
138 if (!cont) {
144 cont = 0;
184 cont = 1;
199 ana->cont = 1;
212 ana->cont = cont;
230 int cont; local in function:cd9660_rrip_altname
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_stream_encoder.c 59 uint32_t cont, send, line; local in function:enc2_update_hdmi_info_packet
69 cont = 1;
75 cont = 0;
86 HDMI_GENERIC0_CONT, cont,
93 HDMI_GENERIC1_CONT, cont,
100 HDMI_GENERIC2_CONT, cont,
107 HDMI_GENERIC3_CONT, cont,
114 HDMI_GENERIC4_CONT, cont,
121 HDMI_GENERIC5_CONT, cont,
128 HDMI_GENERIC6_CONT, cont,
    [all...]
  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 295 int cont; local in function:read_for_group
332 cont = 1;
334 cont = 0;
347 if (cont) {
352 cont = 0;
355 } while (cont);
  /src/usr.bin/mail/
collect.c 444 cont:
525 goto cont;
549 goto cont;
715 goto cont;
730 goto cont;
738 goto cont;
748 goto cont;
  /src/games/mille/
misc.c 112 goto cont;
118 cont: ;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 192 uint32_t cont, send, line; local in function:dce110_update_hdmi_info_packet
202 cont = 1;
208 cont = 0;
217 HDMI_GENERIC0_CONT, cont,
223 HDMI_GENERIC1_CONT, cont,
229 HDMI_GENERIC0_CONT, cont,
235 HDMI_GENERIC1_CONT, cont,
243 HDMI_GENERIC0_CONT, cont,
250 HDMI_GENERIC1_CONT, cont,
257 HDMI_GENERIC0_CONT, cont,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 169 uint32_t cont, send, line; local in function:enc1_update_hdmi_info_packet
180 cont = 1;
186 cont = 0;
195 HDMI_GENERIC0_CONT, cont,
201 HDMI_GENERIC1_CONT, cont,
207 HDMI_GENERIC0_CONT, cont,
213 HDMI_GENERIC1_CONT, cont,
219 HDMI_GENERIC0_CONT, cont,
225 HDMI_GENERIC1_CONT, cont,
231 HDMI_GENERIC0_CONT, cont,
    [all...]
  /src/bin/csh/
exec.c 220 goto cont;
232 cont:
530 goto cont;
544 cont:
  /src/usr.bin/tip/
value.c 300 goto cont;
303 cont:
  /src/lib/libm/arch/vax/
n_cabs.S 82 jneq cont /* y isn't a reserved operand */
86 cont: label
  /src/lib/libc/time/
tzselect.ksh 220 ncont = split(conts, cont, /,/)
224 if (cont[ci] ~ continent_re) {
413 ncont = split($2, cont, /,/)
415 handle_entry(cont[ci])
  /src/lib/libc/gdtoa/
strtod.c 766 goto cont;
778 goto cont;
876 goto cont;
974 goto cont;
1010 goto cont;
1055 cont:

Completed in 20 milliseconds

1 2