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

  /src/external/gpl2/texinfo/dist/makeinfo/
macro.h 45 int inhibited; /* Nonzero means make find_macro () fail. */ member in struct:__anon7224
insertion.h 49 int inhibited; member in struct:istack_elt
macro.c 95 if ((!def->inhibited) && (strcmp (def->name, name) == 0))
158 def->inhibited = 0;
insertion.c 194 new->inhibited = inhibit_paragraph_indentation;
212 inhibit_paragraph_indentation = temp->inhibited;
makeinfo.c 2015 def->inhibited = 1;
2022 def->inhibited = 0;
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_opic.c 307 int inhibited; member in struct:_opic_timer
308 int64_t count; /* *ONLY* if inhibited */
501 timer->inhibited = 1;
1367 if (timer->inhibited)
1395 if (timer->inhibited)
1396 device_error(timer->me, "internal-error - timer event occurred when timer %d inhibited",
1416 if (timer->inhibited && !inhibit) {
1417 timer->inhibited = 0;
1427 else if (!timer->inhibited && inhibit) {
1431 timer->inhibited = 1
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_opic.c 307 int inhibited; member in struct:_opic_timer
308 int64_t count; /* *ONLY* if inhibited */
501 timer->inhibited = 1;
1367 if (timer->inhibited)
1395 if (timer->inhibited)
1396 device_error(timer->me, "internal-error - timer event occured when timer %d inhibited",
1416 if (timer->inhibited && !inhibit) {
1417 timer->inhibited = 0;
1427 else if (!timer->inhibited && inhibit) {
1431 timer->inhibited = 1
    [all...]

Completed in 55 milliseconds